Skip to content

Commit

Permalink
remove uses from a step (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
heanlan authored May 3, 2021
1 parent 4364413 commit b11eef6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/upload_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,13 @@ jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Build assets
uses: actions/checkout@v2
env:
TAG: ${{ github.ref }}
run: |
mkdir assets
VERSION="${TAG:10}" ./hack/release/prepare-assets.sh ./assets
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Upload ipfix-collector.yaml
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit b11eef6

Please sign in to comment.