Skip to content

Commit

Permalink
fix: move step
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 8, 2024
1 parent 13b2de1 commit 55a0c8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
outputs:
apps: ${{ steps.set-matrix.outputs.apps }}
steps:
- name: Lowercase repository owner
shell: bash
run: echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV

- name: Generate Token
uses: actions/create-github-app-token@v1
id: app-token
Expand Down Expand Up @@ -57,6 +53,10 @@ jobs:
app: ${{ fromJSON(needs.find-changed-images.outputs.apps) }}

steps:
- name: Lowercase repository owner
shell: bash
run: echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 55a0c8d

Please sign in to comment.