Skip to content

Commit

Permalink
the quotes....
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jul 18, 2024
1 parent ab08a99 commit 74f81e1
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ permissions:
contents: read

jobs:
# test:
# permissions:
# packages: write
# uses: ./.github/workflows/release-tests.yaml
test:
permissions:
packages: write
uses: ./.github/workflows/release-tests.yaml

push:
runs-on: ubuntu-latest
# environment: release-nightly
# needs: test
environment: release-nightly
needs: test
permissions:
contents: write
steps:
Expand All @@ -35,18 +35,14 @@ jobs:
run: |
uds run build-all
# ssh into runner
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Update nightly-unstable tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
run: |
# cleanup old release
gh release delete nightly-unstable --cleanup-tag -y || true
# generate new release
gh release create nightly-unstable './build/*' \
gh release create nightly-unstable ./build/* \
-t "nightly-unstable" \
--prerelease \
-n 'Nightly unstable build'

0 comments on commit 74f81e1

Please sign in to comment.