Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 0.1.7 to 1
Browse files Browse the repository at this point in the history
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.7 to 1.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v0.1.7...v1)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2021
1 parent adde4a8 commit 7b6eb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: static-haskell-nix
- run: $(nix-build --no-link -A fullBuildScript) > output
- run: cp -v $(cat output)/bin/okta-aws-login ./okta-aws-login-Linux-x86_64
- uses: softprops/action-gh-release@v0.1.7
- uses: softprops/action-gh-release@v1
with:
files: okta-aws-login-Linux-x86_64
macos-binary:
Expand All @@ -64,6 +64,6 @@ jobs:
- run: stack --system-ghc --local-bin-path . install
- run: otool -L okta-aws-login
- run: mv -v okta-aws-login ./okta-aws-login-MacOS-x86_64
- uses: softprops/action-gh-release@v0.1.7
- uses: softprops/action-gh-release@v1
with:
files: okta-aws-login-MacOS-x86_64

0 comments on commit 7b6eb04

Please sign in to comment.