Skip to content

Commit

Permalink
ci(github): attempt to fixup action
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Apr 1, 2023
1 parent 0bb7460 commit 8b764c8
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Determine version
id: get_version
uses: battila7/get-version-action@v2
uses: Simply007/get-version-action@v2

- name: create release
uses: actions/create-release@v1
Expand All @@ -25,13 +25,12 @@ jobs:
publish-crate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: publish -p lockpad-auth
args: --token ${{ secrets.CRATES_IO_TOKEN }}
- uses: actions/checkout@v3

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1

- name: Publish to cargo
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: nix develop -c cargo publish -p lockpad-auth

0 comments on commit 8b764c8

Please sign in to comment.