Skip to content

Commit

Permalink
fix release bits
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Sep 25, 2023
1 parent 3f6d8ea commit 88cba3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ jobs:
- name: Update version
run: ./scripts/bump-version.sh ${{ github.event.release.tag_name }}

# Source: https://stackoverflow.com/a/58035262
# - name: Extract branch name
# shell: bash
# run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
# id: extract_branch

# actions/checkout fetches only a single commit in a detached HEAD state. Therefore
# we need to pass the current branch, otherwise we can't commit the changes.
# GITHUB_HEAD_REF is the name of the head branch. GitHub Actions only sets this for PRs.
- name: Commit & push
run: |
echo "Tag name from github.ref_name: ${{ github.event.release.target_commitish }}"
Expand Down
2 changes: 1 addition & 1 deletion posthog-v3/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ android.defaults.buildfeatures.aidl=false
android.defaults.buildfeatures.resvalues=false

# Release
versionName=3.0.0-alpha.1
versionName=3.0.0-alpha.0

0 comments on commit 88cba3f

Please sign in to comment.