mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 11:08:41 -05:00
Rename
remove email
This commit is contained in:
parent
2ff6e59932
commit
1c0b560a67
8 changed files with 19 additions and 20 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -5,7 +5,7 @@ on: workflow_dispatch
|
|||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'puppetlabs/vmpooler-dns-google-clouddns'
|
||||
if: github.repository == 'puppetlabs/vmpooler-dns-gcp'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
@ -25,9 +25,9 @@ jobs:
|
|||
- name: Get Next Version
|
||||
id: nv
|
||||
run: |
|
||||
version=$(grep VERSION lib/vmpooler-dns-google-clouddns/version.rb |rev |cut -d "'" -f2 |rev)
|
||||
version=$(grep VERSION lib/vmpooler-dns-gcp/version.rb |rev |cut -d "'" -f2 |rev)
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
echo "Found version $version from lib/vmpooler-dns-google-clouddns/version.rb"
|
||||
echo "Found version $version from lib/vmpooler-dns-gcp/version.rb"
|
||||
|
||||
- name: Generate Changelog
|
||||
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue