Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor committed Mar 18, 2024
1 parent 15d3fbf commit eef5f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Log in to crates.io
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}

- name: Publish crate
run: cargo publish
#- name: Publish crate
# run: cargo publish

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.VERSION }}
tag_name: v${{ env.VERSION }}
files: src/xtlid.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eef5f79

Please sign in to comment.