Skip to content

Commit

Permalink
Remove version update step from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zoocityboy committed Jan 2, 2025
1 parent 593271f commit 745524a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update version in pubspec.yaml
run: |
NEW_VERSION=${{ github.event.inputs.version }}
sed -i "s/^version: .*/version: $NEW_VERSION/" pubspec.yaml


- name: Generate Changelog
id: changelog
Expand Down

0 comments on commit 745524a

Please sign in to comment.