Skip to content

Commit

Permalink
fixed: version bump does not work on windows
Browse files Browse the repository at this point in the history
converted version bump runs on to ubuntu-latest
Refer: phips28/gh-action-bump-version#193
  • Loading branch information
AdityaMayukhSom committed Dec 29, 2024
1 parent 31d7e2b commit aa5fe6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

jobs:
version-bump:
runs-on: windows-latest
runs-on: ubuntu-latest
# permissions:
# contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit aa5fe6b

Please sign in to comment.