Skip to content

Commit

Permalink
chore: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 28, 2024
1 parent 0ae021b commit e7d87aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
shell: bash
run: |
cd ./target/debian/
ls
version="${{ needs.create-release.outputs.version }}"
deb_name=containeryard-${{ needs.create-release.outputs.version }}-1_amd64.deb
gh release upload "$version" "$deb_name"
4 changes: 4 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#version=v0.0.0
#git tag --delete $version
git tag -a $version -m "$version"
git push origin $version

0 comments on commit e7d87aa

Please sign in to comment.