Skip to content

Commit

Permalink
chore: bump shared workflows to 2.0.2 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d authored Jun 29, 2022
1 parent 2911015 commit 6f4db82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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,4 +9,4 @@ 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/[email protected].1
uses: monero-rs/workflows/.github/workflows/[email protected].2
3 changes: 2 additions & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
draft-new-release:
name: Draft a new release
uses: monero-rs/workflows/.github/workflows/[email protected].1
uses: monero-rs/workflows/.github/workflows/[email protected].2
with:
version: ${{ github.event.inputs.version }}
base_branch: 'master'

0 comments on commit 6f4db82

Please sign in to comment.