Skip to content

Commit

Permalink
Merge pull request #12 from statisticsnorway/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github-action-dependencies-54c4eb3b2f

Bump the github-action-dependencies group with 2 updates
  • Loading branch information
Edvard Garmannslund authored Mar 11, 2024
2 parents bfd40e7 + 4e0da6c commit c1c6eb3
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 @@ -61,16 +61,16 @@ jobs:
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/[email protected].11
uses: pypa/[email protected].12

- name: Publish package on TestPyPI
if: (!steps.check-version.outputs.tag)
uses: pypa/[email protected].11
uses: pypa/[email protected].12
with:
repository-url: https://test.pypi.org/legacy/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
Expand Down

0 comments on commit c1c6eb3

Please sign in to comment.