Skip to content

Commit

Permalink
Fix bug in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pealtrufo authored Nov 23, 2021
1 parent 45c4670 commit 426ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python3 setup.py --version > version
- name: Get bumpversion
run: echo ::set-env name=VERSION::$(grep -i 'current_version = ' setup.cfg | head -1 | tr -d 'current_version = ')
run: echo "VERSION"=$(grep -i 'current_version = ' setup.cfg | head -1 | tr -d 'current_version = ') >> $GITHUB_ENV

- name: Create Release
id: create_release
Expand Down

1 comment on commit 426ef45

@fortify-commit-scan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No weaknesses detected by Fortify Commit Scan in the changed file(s) - keep up the secure coding!

And be sure to incorporate a comprehensive Fortify Static scan (covering 800+ vulnerability categories and advanced detection algorithms) and a Fortify Dynamic scan into your CI/CD pipeline.

Please sign in to comment.