Skip to content

Commit

Permalink
fix: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Mar 20, 2024
1 parent b772b59 commit 092f894
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@ on:
push:
branches:
- main
paths:
- 'aws-cost-py/**'

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
uses: actions/checkout@v3

- name: Extract commit hash
id: extract_hash
run: |
# Extract the hash of the latest commit
HASH=$(git rev-parse HEAD)
echo "Commit hash: $HASH"
echo "::set-output name=hash::$HASH"
Expand Down

0 comments on commit 092f894

Please sign in to comment.