Skip to content

Commit

Permalink
github/action: fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kloptops committed Sep 24, 2023
1 parent ec5cc72 commit ee58bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: env - better defaulting of env vars
- name: env - better defaulting of env vars;
id: env
run: |
RELEASE_REPO="${{ secrets.RELEASE_REPO }}"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
md5sum "$file" | cut -f1 -d' ' > "$file.md5"
done
- name: "Prepare Release"
- name: "Prepare Release"
uses: ncipollo/release-action@v1
with:
tag: "${{steps.date.outputs.date}}"
Expand Down

0 comments on commit ee58bb8

Please sign in to comment.