Skip to content

Commit

Permalink
chore: yaml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvcache authored Oct 15, 2021
1 parent 794bbab commit 7668b67
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true
force-bump-patch-version: true

- id: release

- name: Output release
id: release
run: echo "::set-output name=release::${{ steps.semrel.outputs.version }}"


Expand Down Expand Up @@ -75,11 +76,6 @@ jobs:
runs-on: ubuntu-latest
needs: release

steps:
strategy:
matrix:
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Assume Role
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 7668b67

Please sign in to comment.