Skip to content

Commit

Permalink
ci: remove prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jan 22, 2024
1 parent 3785323 commit bf8d546
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Prepare env
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV

- name: Check out code
uses: actions/checkout@v4

Expand Down

0 comments on commit bf8d546

Please sign in to comment.