Skip to content

Commit f0b8a4a

Browse files
committed
Remove dry-run package validation from release workflow
Eliminated the 'Validate package (dry-run)' step from the release GitHub Actions workflow, streamlining the process before publishing to Hex.
1 parent 3257809 commit f0b8a4a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ jobs:
9898
git push origin "${TAG}"
9999
echo "Pushed tag ${TAG} to origin"
100100
101-
- name: Validate package (dry-run)
102-
run: |
103-
echo "Validating package before publishing..."
104-
gleam publish --dry-run
105-
106101
- name: Publish to Hex
107102
env:
108103
HEXPM_API_KEY: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)