Skip to content

Commit

Permalink
Merge pull request cyclus#191 from bennibbelink/update-release-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored Feb 11, 2024
2 parents 95b0445 + b76b0fd commit c7e0cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Tag as stable
if: ${{ github.repository_owner == 'cyclus' }}
run: |
echo "version_tag=${{ github.ref_name }}" >> "$GITHUB_ENV"
echo "version_tag=${{ github.event.release.tag_name }}" >> "$GITHUB_ENV"
echo "stable_tag=stable" >> "$GITHUB_ENV"
- name: Log in to the Container registry
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cymetric Change Log

.. current developments
**Added:**
* GitHub workflows for CI (#188, #190)
* GitHub workflows for CI (#188, #190, #191)

**Changed**
* Converted test suite from nose to pytest (#188)
Expand Down

0 comments on commit c7e0cd4

Please sign in to comment.