Skip to content

Commit

Permalink
update tag number on base action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaybsoni committed Mar 22, 2022
1 parent ee20df6 commit 5781369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Run post-release version bump
uses: PennyLaneAI/automation/version_bump_action@v0.3
uses: PennyLaneAI/automation/version_bump_action@v1.0
with:
version_path: "./pennylane_sf/_version.py"
changelog_path: "./.github/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Run pre-release version bump
uses: PennyLaneAI/automation/version_bump_action@v0.3
uses: PennyLaneAI/automation/version_bump_action@v1.0
with:
version_path: "./pennylane_sf/_version.py"
changelog_path: "./.github/CHANGELOG.md"
Expand Down

0 comments on commit 5781369

Please sign in to comment.