mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove unnecessary step from action workflow (#19677)
The `chmod` step has been removed from the GitHub Actions workflow for adding release labels. The script has been made executable in the repository instead (the file mode is tracked by git).
This commit is contained in:
parent
1cc599708a
commit
d138882253
3
.github/workflows/add-release-label.yml
vendored
3
.github/workflows/add-release-label.yml
vendored
@ -25,9 +25,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn --immutable
|
||||
|
||||
- name: Set execute permissions for script
|
||||
run: chmod +x ./development/get-next-semver-version.sh
|
||||
|
||||
- name: Get the next semver version
|
||||
id: get-next-semver-version
|
||||
env:
|
||||
|
0
development/get-next-semver-version.sh
Normal file → Executable file
0
development/get-next-semver-version.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user