Skip to content

Commit 02a73d2

Browse files
authored
Merge pull request #5 from lupodevelop/release/workflow
Remove wrong command
2 parents 5cc0d36 + f0b8a4a commit 02a73d2

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)