Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Nov 15, 2024
1 parent 3b84c27 commit 2d53b0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-check-directory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: GoReleaser Sentinel Cross
run: make sentinel-release-dry-run-cross

- name: GoReleaser Directory Cross
run: make directory-release-dry-run-cross
env:
RELEASE: false
GITHUB_TOKEN: ""

- name: GoReleaser Sentinel
run: make sentinel-release-dry-run
- name: GoReleaser Directory
run: make directory-release-dry-run
env:
RELEASE: false
GITHUB_TOKEN: ""
12 changes: 6 additions & 6 deletions .github/workflows/release-check-sentinel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: GoReleaser Directory Cross
run: make directory-release-dry-run-cross
- name: GoReleaser Sentinel Cross
run: make sentinel-release-dry-run-cross
env:
RELEASE: false
GITHUB_TOKEN: ""
- name: GoReleaser Directory
run: make directory-release-dry-run

- name: GoReleaser Sentinel
run: make sentinel-release-dry-run
env:
RELEASE: false
GITHUB_TOKEN: ""

0 comments on commit 2d53b0e

Please sign in to comment.