Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jan 29, 2024
1 parent f05bf6b commit 6cae327
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
run: |
echo "exitcode=0" >> "$GITHUB_OUTPUT"
- name: Save digest
uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "save-digest"
tag_name: "continuous"
prerelease: true
name: "Keeps track of the current digest"
name: "Continuous Build"
files: |
digest.txt
hello_world:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6cae327

Please sign in to comment.