We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 304dd15 + 96ed51e commit e11bddfCopy full SHA for e11bddf
.github/workflows/nightly.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
name: Publish escript for every merge to main
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
13
steps:
14
- uses: actions/checkout@v2
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ permissions:
name: Create release and publish escript for every new tag
15
16
17
0 commit comments