Skip to content

Commit a0be1a4

Browse files
Merge pull request #140 from skalenetwork/enhancement/fix_workflows
fix publish and nightly
2 parents c3619fd + 36c7450 commit a0be1a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 0 * * *'
66

77
jobs:
8-
Nightly test:
8+
main_job:
99
runs-on: ubuntu-18.04
1010
env:
1111
NIGHTLY_BUILD_FLAGS: "valgrind --leak-check=yes"

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
echo "Version $VERSION"
6464
export RELEASE=true
6565
echo "::set-env name=RELEASE::$RELEASE"
66+
env:
67+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
6668

6769
- name: Create Release
6870
id: create_release

0 commit comments

Comments
 (0)