Skip to content

Commit

Permalink
Add missing GITHUB_TOKEN (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso authored Sep 17, 2024
1 parent 4bfb572 commit 23af043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,12 @@ jobs:
distribution: 'corretto'
cache: maven

- name: Set Git user for release
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
- name: Grant execute permission for Maven Wrapper
run: chmod +x ./mvnw

- name: Bump Version and Release (Maven Release Plugin)
run: |
echo "Releasing and bumping version..."
./mvnw release:prepare release:perform -Darguments=-DskipTests -B
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.appsflyer</groupId>
<artifactId>aws-sdk-java-opentelemetry-metrics</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>AWS SDK Java OpenTelemetry Metrics</name>
<description>OpenTelemetry Metric Publisher for AWS SDK for Java</description>
<url>https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics</url>
Expand All @@ -20,8 +20,8 @@
<url>https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</url>
<connection>scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</connection>
<developerConnection>scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</developerConnection>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 23af043

Please sign in to comment.