File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 release-version :
77 required : true
88 description : ' The version of the release'
9- default : ' 0.4 .0'
9+ default : ' 1.0 .0'
1010 git-ref :
1111 required : true
1212 description : ' The git revison of repo, branch, tag or commit'
8585 - name : Install Deps
8686 run : |
8787 mix deps.get
88- sed -i 's%@version "[0-9\.]\+"%@version "${{ github.event.inputs.release-version }}"%' mix.exs
89- sed -i 's%{:phoenix_session_process, "~> [0-9\.]\+"}%{:phoenix_session_process, "~> ${{ github.event.inputs.release-version }}"}%' README.md
88+ sed -i 's%@version "[0-9\.]\+\(-[a-zA-Z0-9\.]\+\)\? "%@version "${{ github.event.inputs.release-version }}"%' mix.exs
89+ sed -i 's%{:phoenix_session_process, "~> [0-9\.]\+\(-[a-zA-Z0-9\.]\+\)\? "}%{:phoenix_session_process, "~> ${{ github.event.inputs.release-version }}"}%' README.md
9090
9191 - name : Publish to hex.pm
9292 run : |
You can’t perform that action at this time.
0 commit comments