Skip to content

Commit

Permalink
remove upload-artifact task due to limited account size
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Jan 20, 2021
1 parent 630c247 commit 655968b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
version: latest
args: release --rm-dist --snapshot
env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
- uses: actions/upload-artifact@v2
with: { path: dist/*_snapshot*, if-no-files-found: error }
goreleaser-publish-tags:
if: contains(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
Expand Down Expand Up @@ -65,4 +63,4 @@ jobs:
with:
name: lrstanley/vault-unseal
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 655968b

Please sign in to comment.