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 dcae35b commit 0ae021b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Create GitHub release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create $VERSION --draft --verify-tag --title $VERSION
run: gh release create ${{ github.ref_name }} --draft --verify-tag --title ${{ github.ref_name }}
outputs:
version: ${{ env.VERSION }}

Expand All @@ -56,11 +56,6 @@ jobs:
run: cargo install cargo-deb
- name: Build .deb package
run: cargo deb
- name: Upload .deb package as artifact
uses: actions/upload-artifact@v3
with:
name: containeryard-deb
path: ./target/debian/*.deb
- name: Upload .deb to Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0ae021b

Please sign in to comment.