Skip to content

Commit

Permalink
Change variable name in cloudbuild.yaml (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuseeq1 authored Oct 14, 2024
1 parent ecd62d0 commit fcfd46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ steps:
- '-c'
- |
set -e
__VERSION=$(cat version.bzl | grep DF_VERSION | awk '{ print $3 }' | sed "s/\"//g")
echo "Creating release notes for $__VERSION"
version=$(cat version.bzl | grep DF_VERSION | awk '{ print $3 }' | sed "s/\"//g")
echo "Creating release notes for $version"
gh auth login --with-token < ~/token.txt
gh release create $__VERSION --generate-notes
gh release create $version --generate-notes
availableSecrets:
secretManager:
- versionName: projects/178487900909/secrets/npm-publish-token/versions/2
Expand Down

0 comments on commit fcfd46e

Please sign in to comment.