1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02: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:
Mark Stacey 2023-06-20 20:03:24 -02:30 committed by GitHub
parent 1cc599708a
commit d138882253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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
View File