Skip to content

Commit

Permalink
Change workflow name to UID2 specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 17, 2024
1 parent 104aedf commit 08da7e3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
- Snapshot
pull_request:

env:
REGISTRY: ghcr.io
IMAGE_NAME_UID2: iabtechlab/uid2-tcportal

jobs:
getPackageVersion:
runs-on: ubuntu-latest
Expand All @@ -26,6 +30,7 @@ jobs:
uses: actions/checkout@v3
- name: Get Package Version
id: version
shell: bash
run: |
package_version=$(cat package.json | jq -r '.version')
echo "package_version=$package_version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 08da7e3

Please sign in to comment.