Skip to content

Commit 4005d34

Browse files
authored
Merge pull request #6 from Mojang/frgarc/release-path
fix: Setting working directory only for release step
2 parents 341b272 + 0efb2f6 commit 4005d34

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/releaseVSCode.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ permissions:
1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest
14-
defaults:
15-
run:
16-
shell: bash
17-
working-directory: ./FASTBuildMonitorVSCode
1814
steps:
1915
- uses: actions/checkout@v4
2016
- uses: actions/setup-node@v4
@@ -30,6 +26,7 @@ jobs:
3026
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3127

3228
- run: npm run release
29+
working-directory: ./FASTBuildMonitorVSCode
3330
env:
3431
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3532
VSCE_AZURE_CREDENTIAL: true

FASTBuildMonitorVSCode/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release Process
2-
This repository uses [semantic-release](https://github.com/semantic-release/semantic-release) for it's releases. That means that any commit that goes into `main` will potentially trigger a release and contribute to the changelog.
2+
This repository uses [semantic-release](https://github.com/semantic-release/semantic-release) for it's releases. That means that any commit that goes into `mojang/main` will potentially trigger a release and contribute to the changelog.
33

44

55
# Pull Request Guidelines

0 commit comments

Comments
 (0)