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.
1 parent fb91be4 commit 935cf38Copy full SHA for 935cf38
1 file changed
.github/workflows/push-master.yml
@@ -9,7 +9,7 @@ jobs:
9
###########################
10
11
HyperSerialPico:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
13
14
steps:
15
- uses: actions/checkout@v4.2.2
@@ -136,7 +136,7 @@ jobs:
136
name: Publish Releases
137
if: startsWith(github.event.ref, 'refs/tags')
138
needs: [HyperSerialPico]
139
140
permissions:
141
contents: write
142
@@ -168,4 +168,4 @@ jobs:
168
draft: true
169
prerelease: ${{ env.preRelease }}
170
env:
171
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments