Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 27, 2024
1 parent 782343c commit d6f9531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
env:
WEB_EXT_FILENAME: "${{ env.NAME }}-${{ env.VERSION }}.xpi"

- name: Print filename
- name: Print DO_RELEASE value
run: echo "The generated file is ${{ env.WEB_EXT_FILENAME }}"

- name: "Print DO_RELEASE value"
run: echo "DO_RELEASE value: ${{ env.DO_RELEASE }}"
- name: Print filename
run: echo "do release value ${{ env.DO_RELEASE }}"

- name: "Print Ref Information"
run: |
Expand Down

0 comments on commit d6f9531

Please sign in to comment.