Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Jan 28, 2022
2 parents d2d9dba + 4764e0d commit 9eaf318
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
VERSION_PATH=$(find . -name _version.py | head -n 1)
VERSION_DIR=$(dirname "$VERSION_PATH")
sed -i "2s/.*/__version__ = \"$TAG\"/" "$VERSION_PATH"
sed -i "1s/.*/__version__ = \"$TAG\"/" "$VERSION_PATH"
echo "::set-output name=version_path::${VERSION_PATH}"
echo "::set-output name=version_dir::${VERSION_DIR}"
- name: 'Upload Artifact Version'
Expand Down Expand Up @@ -122,9 +122,6 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
# - name: 'Clean up version file'
# run:
# rm -f ${{ needs.Version.outputs.version_path }}
- name: 'Download Artifact Version'
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -217,6 +214,10 @@ jobs:
packages: write
contents: read
steps:
- name: 'Checkout'
uses: actions/checkout@v2
with:
ref: stable
- name: 'Download Artifact Package - Pip'
uses: actions/download-artifact@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.0.14](https://github.com/brsynth/rpFbaAnalysis/tree/0.0.14) (2022-01-28)

[Full Changelog](https://github.com/brsynth/rpFbaAnalysis/compare/0.0.13...0.0.14)

## [0.0.13](https://github.com/brsynth/rpFbaAnalysis/tree/0.0.13) (2022-01-28)

[Full Changelog](https://github.com/brsynth/rpFbaAnalysis/compare/0.0.12...0.0.13)
Expand Down

0 comments on commit 9eaf318

Please sign in to comment.