Skip to content

Commit

Permalink
Update pub_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredeil authored Jun 21, 2024
1 parent 8b8acff commit d932c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pub_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
if [ ${{ inputs.pre_release }} = "true" ]; then
echo "GIT_TAG=${{ inputs.version }}-dev" | tee -a "$GITHUB_ENV"
fi
- uses: dart-lang/setup-dart@v1
- uses: actions/checkout@v3
- name: Update pubspec.yaml
run: sed -i -e 's/^\(\s*version\s*:\s*\).*/\1 ${{ env.GIT_TAG }}/' ${{ env.FILE_PATH }}
Expand Down

0 comments on commit d932c7d

Please sign in to comment.