Skip to content

Commit

Permalink
fix(github actions): 🐛 publish script argument in the substitution ex…
Browse files Browse the repository at this point in the history
…pression
  • Loading branch information
ninedraft committed Mar 30, 2021
1 parent 730c0ce commit ad5732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

tag=${$1%%"refs/tags/"}
tag=${1#"refs/tags/"}
curl https://proxy.golang.org/github.com/ninedraft/gemax/@v/$tag.info

0 comments on commit ad5732f

Please sign in to comment.