Skip to content

Commit 8985dea

Browse files
authored
Merge pull request #19 from TheMerski/feature/rename-project
feat: Remove Q42 from package naming
2 parents 5af6937 + c01a59c commit 8985dea

29 files changed

+587
-56
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: dotnet restore
3737
- name: Build
3838
run: dotnet build --configuration Release
39-
working-directory: Q42.Google.Cloud.Compute.Metadata.V1
39+
working-directory: GCloud.Compute.Metadata.V1
4040
- name: Publish to github nuget registry
4141
run: dotnet nuget push bin/Release/*.nupkg --api-key "${{ secrets.NUGET_KEY }}" --source "https://api.nuget.org/v3/index.json"
42-
working-directory: Q42.Google.Cloud.Compute.Metadata.V1
42+
working-directory: GCloud.Compute.Metadata.V1

.github/workflows/verify-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
if: github.event_name == 'pull_request'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: yogevbd/[email protected]
19+
- uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2
2020
with:
2121
REQUIRED_LABELS_ANY: "feature,bug,maintenance,dependencies,chore,ignore-for-release,major,minor,patch,github-actions"
2222
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['feature','bug','maintenance', 'dependencies', 'chore', 'ignore-for-release', 'major', 'minor', 'patch', 'github-actions']"
2323

2424
test:
25-
uses: ./.github/workflows/test.yml
25+
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)