Skip to content

Commit

Permalink
Update shared workflows to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d committed Oct 13, 2021
1 parent 0891f28 commit 1381c4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
create_release:
name: Create from merged release branch
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
uses: monero-rs/workflows/.github/workflows/create-release.yml@4ff536e696414ef431af7dd6f78139bdb9b8bc6b
uses: monero-rs/workflows/.github/workflows/create-release.yml@v1
secrets:
token: ${{ secrets.H4SH3D_PERSONAL_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
draft-new-release:
name: "Draft a new release"
uses: monero-rs/workflows/.github/workflows/draft-new-release.yml@4ff536e696414ef431af7dd6f78139bdb9b8bc6b
uses: monero-rs/workflows/.github/workflows/draft-new-release.yml@v1
with:
version: ${{ github.event.inputs.version }}
name: h4sh3d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:
jobs:
release:
name: "Publish the new release to crates.io"
uses: monero-rs/workflows/.github/workflows/release-to-crates-io.yml@4ff536e696414ef431af7dd6f78139bdb9b8bc6b
uses: monero-rs/workflows/.github/workflows/release-to-crates-io.yml@v1
secrets:
cratesio_token: ${{ secrets.H4SH3D_CARGO_REGISTRY_TOKEN }}

0 comments on commit 1381c4e

Please sign in to comment.