Skip to content

Commit

Permalink
Move env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cbertinato committed Mar 9, 2024
1 parent 138637e commit 659862f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ on:
description: "Tag name to use for release"
required: true

env:
GOLANG_VERSION: "1.22"
PLUGIN_NAME: "honeycomb-metric-plugin"

jobs:
release-creation:
name: Automatic release creation triggered on ${{ github.ref_name }}
Expand All @@ -34,6 +30,8 @@ jobs:
IS_DRY_RUN: false
# Whether a draft release should be created, instead of public one
IS_DRAFT_RELEASE: false
PLUGIN_NAME: "honeycomb-metric-plugin"
GOLANG_VERSION: "1.22"
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 659862f

Please sign in to comment.